TransitionOptions

Resembles transition property from the style specification.

See also

<a href="https://maplibre.org/maplibre-gl-js-docs/style-spec/#transition">Transition documentation</a>

Constructors

Link copied to clipboard
open fun TransitionOptions(duration: Long, delay: Long)
Create a transition property based on duration and a delay.
Link copied to clipboard
open fun TransitionOptions(duration: Long, delay: Long, enablePlacementTransitions: Boolean)
Create a transition property.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun fromTransitionOptions(duration: Long, delay: Long): TransitionOptions
Create a transition property based on duration and a delay.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Get the flag that describes whether the fade in/out symbol placement transition should be enabled.
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
open val delay: Long
Link copied to clipboard
open val duration: Long